home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / x_valin.swf / scripts / DefineSprite_101 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  347 b   |  15 lines

  1. if(gotit == 0 and getProperty("../jug", _X) == _X and getProperty("../jug", _Y) == _Y)
  2. {
  3.    tellTarget(_root.audio.points)
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7.    gotit = 1;
  8.    _visible = 0;
  9.    _root.tiempo = _root.tiempo + 3 + random(10);
  10.    _root.sc += 1;
  11.    set("_root.jug:t",-5);
  12.    set("_root.jug:dx",0);
  13.    set("_root.jug:dy",0);
  14. }
  15.